home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / misc / makelib1_0.lha / makelib / example / makelib.with < prev    next >
Text File  |  1999-06-29  |  669b  |  41 lines

  1. .base GTDragBase
  2. .table LibVectors
  3. .protoheader
  4. /*
  5. **  $VER: gtdrag_protos.h 3.6 (28.6.99)
  6. **  Includes Release 3.3
  7. **
  8. **  C prototypes. For use with 32 bit integers only.
  9. **
  10. **  Copyright ©1999 pinc Software.
  11. **  All Rights Reserved.
  12. */
  13.  
  14. #ifndef  EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17. #ifndef  LIBRARIES_GTDRAG_H
  18. #include <libraries/gtdrag.h>
  19. #endif
  20. .1e rem
  21. --- functions in v1 or higher ---
  22.  
  23.  Message functions 
  24.  
  25. .36 private GTDprivate1
  26. .3c private GTDprivate2
  27. .42 rem
  28.  
  29.  Handling functions 
  30.  
  31. .42 tagcall GTD_AddApp
  32. .4e tagcall GTD_AddWindow
  33. .5a tagcall GTD_AddGadget
  34. .66 rem
  35. --- functions in v3 or higher ---
  36. .6c tagcall GTD_SetAttrs
  37. .9c rem
  38.  
  39.  Tree functions 
  40.  
  41.